dxp-ux

(0 reviews)

Subscription (TMF-637)

/product

GET (Salesforce, Matrixx and CSG)

For LCPR prepaid customers

  • API returns all products/subscriptions along with status.
  • We can use this API to check if the customer number(MSISDN) is active or not. In response, if payload[x].@type=subscription and payload[x].status=Active it means MSISDN is active.
URL
https://[localhost]:[port]/dxp-ux/v1/{businessId}/product
URL PARAMS
nametypedescriptionrequired
businessIdstring2 letter ISO 3166 country code (PR, BB, JM, PA, PR etc.) identifying the business unit.Y

Note:

  • To retrieve product information from matrixx need to pass channelId, lob and targetSystem.
  • To retrieve product information from salesforce need to pass channelId.
namevaluedescriptionrequired
client_idstringThe client_id identifying the channel.Y
client_secretstringPassword associated with the client_id.Y
X-Correlation-IDstringAn identifier for the current call chain that can be used to tie together log entries on multiple layers (e.g. client, server, mainframe). This identifier must be designed to be unique across all applications. Mandatory for businessN
lobstringThe Line of Business Identifier currently available are: FIXED PREPAID POSTPAIDM
channelIdstringChannel to business: In this case, expected channelId will be: "APP" Note - 'channelId' is mandatory for Mobile projectM
targetSystemStringThis describes the end system. โ€œMatrixxโ€ is in scope.M
Query Param

Note:

  • To retrieve product information from CSG need to pass relatedParty.id, billingAccount.id and status.
  • To retrieve product information from matrixx need to pass publicIdentifierType and publicIdentifier.
  • To retrieve product information from salesforce need to pass productCharacteristic.name and productCharacteristic.value (Either 'realizingResource.value' or 'relatedParty.id' or 'billingAccount.id' is required as a queryParam.)
nametypedescriptionrequired
realizingResource.valuestringMobile device number of the customer enrolled (MSISDN) Conditional MandatoryY*
relatedParty.idstringUnique identifier of a related entity, in this case "Customer Account Number". for fixed - CSG customer ID Conditional MandatoryY*
billingAccount.idstringUnique identifier of the billing account, in this case in this case "Billing Account Number" Conditional MandatoryY*
productCharacteristic.namearrayName of the characteristic to search. Could be different, depending on the use case. For Peacock Mobile Project the value will be "sourceSystem"Y
productCharacteristic.valuearrayThe value of the characteristic. For Peacock Mobile Project the value will be DigitalY
publicIdentifierstringPublic identifier value of a product, like MSISDN Example:7095659489, Subscription Id Example:S-89194 Note - 'publicIdentifier' is mandatory for Mobile projectY
publicIdentifierTypestringPublic identifier type value. Aallowed values are MSISDN and SubscriptionId. Note - 'publicIdentifierType' is mandatory for Mobile projectY
statusstringRequired for Fixed customer CSG. Possible values are - All, PendingItems, CurrentItemsY

Response

In this section all the possible data structures received by the client at the moment of responding the method are defined.

Possible response success

This section defines all the possible data structures received by the client and that must be considered satisfactory at the time of responding to the method.

[ 200 ] Salesforce PREPAID

OK - list resource request processed successfully, response body contains an entity corresponding to the requested resource.

[
    {
        "id": "PR_B2C_Prepaid_4GB_Mobile_Line",
        "name": "Prepaid 4GB Mobile Line",
        "status": "Active",
        "orderDate": "2022-10-10T00:00:00Z",
        "@type": "Product",
        "productCharacteristic": [
            {
                "name": "subscriptionId",
                "value": "00103740_0000569003"
            },
            {
                "name": "deviceState",
                "value": "BYOD"
            },
            {
                "name": "deviceType",
                "value": "Mobile Phone"
            },
            {
                "name": "mobileOfferType",
                "value": "Prepaid 4GB Plan"
            },
            {
                "name": "mobilePlanType",
                "value": "Prepaid"
            }
        ],
        "productRelationship": [
            {
                "relationshipType": "child",
                "product": {
                    "id": "PR_B2C_Mobile_Data_Plan",
                    "name": "Mobile Data Plan",
                    "status": "Active",
                    "productCharacteristic": [
                        {
                            "name": "dataSpeed",
                            "value": "4G"
                        },
                        {
                            "name": "videoQuality",
                            "value": "HD"
                        },
                        {
                            "name": "subscriptionId",
                            "value": "00103740_0000569004"
                        }
                    ]
                }
            },
            {
                "relationshipType": "child",
                "product": {
                    "id": "PR_B2C_Mobile_Voice_Plan",
                    "name": "Mobile Voice Plan",
                    "status": "Active",
                    "productCharacteristic": [
                        {
                            "name": "mobileVoicePlan",
                            "value": "Unlimited Voice and Text"
                        },
                        {
                            "name": "talkTextAllow",
                            "value": "Unlimited"
                        },
                        {
                            "name": "subscriptionId",
                            "value": "00103740_0000569005"
                        }
                    ]
                }
            },
            {
                "relationshipType": "child",
                "product": {
                    "id": "PR_B2C_SIM_Card",
                    "name": "SIM Card",
                    "status": "Active",
                    "productCharacteristic": [
                        {
                            "name": "simCardType",
                            "value": "Physical"
                        },
                        {
                            "name": "subscriptionId",
                            "value": "0103740_0000569008"
                        }
                    ],
                    "realizingResource": [
                        {
                            "id": "17874030969",
                            "name": "MSISDN",
                            "@type": "LogicalResource"
                        },
                        {
                            "id": "8901790001870000969",
                            "name": "ICICID",
                            "@type": "PhysicalResource"
                        },
                        {
                            "id": "313790887000969",
                            "name": "IMSI",
                            "@type": "LogicalResource"
                        },
                        {
                            "id": "23456787654321",
                            "name": "IMEI",
                            "@type": "PhysicalResource"
                        }
                    ]
                }
            }
        ]
    }
]
[ 200 ] Salesforce POSTPAID

OK - list resource request processed successfully, response body contains an entity corresponding to the requested resource.

[
    {
        "id": "PR_B2C_Unlimited_Your_Way",
        "name": "Unlimited Your Way",
        "status": "Active",
        "orderDate": "2022-10-20T00:00:00Z",
        "@type": "Product",
        "productCharacteristic": [
            {
                "name": "subscriptionId",
                "value": "00112603_0000615450"
            },
            {
                "name": "mobilePlanType",
                "value": "PostPaid"
            }
        ],
        "productRelationship": [
            {
                "relationshipType": "child",
                "product": {
                    "id": "PR_B2C_ULT_Extra_MB_Line",
                    "name": "Unlimited Extra Mobile Line",
                    "status": "Active",
                    "productCharacteristic": [
                        {
                            "name": "subscriptionId",
                            "value": "00113264_0000621111"
                        },
                        {
                            "name": "dataSpeed",
                            "value": "4G LTE/5G"
                        },
                        {
                            "name": "videoQuality",
                            "value": "SD"
                        },
                        {
                            "name": "talkTextAllow",
                            "value": "Unlimited"
                        },
                        {
                            "name": "simCardType",
                            "value": "Physical"
                        }
                    ]
                }
            },
            {
                "relationshipType": "child",
                "product": {
                    "id": "PR_B2C_ULT_Elite_MB_Line",
                    "name": "Unlimited Elite Mobile Line",
                    "status": "Active",
                    "productCharacteristic": [
                        {
                            "name": "subscriptionId",
                            "value": "00112603_0000615451"
                        },
                        {
                            "name": "dataSpeed",
                            "value": "4G LTE/5G"
                        },
                        {
                            "name": "videoQuality",
                            "value": "4K Ultra High Definition"
                        },
                        {
                            "name": "talkTextAllow",
                            "value": "Unlimited"
                        },
                        {
                            "name": "simCardType",
                            "value": "Physical"
                        }
                    ],
                    "realizingResource": [
                        {
                            "id": "64674654564356354453",
                            "name": "ICCID",
                            "@type": "PhysicalResource"
                        },
                        {
                            "id": "14324323434",
                            "name": "MSISDN",
                            "@type": "LogicalResource"
                        }
                    ]
                }
            }
        ]
    }
]
Salesforce Definitions

Each of the request parameters is detailed.

nametypedescriptionrequired
idStringunique reference id of the product in SalesforceN
nameStringproduct nameN
statusStringproduct status. Allowed values: New, Active, Suspended, Cancellation in Progress, Disconnect, DeletedN
@typeStringfmf fieldN
orderDateStringasset purchase dateN
productCharacteristicObject ArrayDescribes a given characteristic of an object or entity through a name/value pair.N
productCharacteristic.nameStringName of the characteristicN
productCharacteristic.valueStringThe value of the characteristicN
productRelationshiparrayA list of product relationshipsN
productRelationship.relationshipTypeStringType of the product relationshipN
productRelationship.productObjectLlist of child products associated with parent productN
productRelationship.product.idStringUnique reference id of the child product in SalesforceN
productRelationship.product.nameStringChild product nameN
productRelationship.product.statusStringChild product statusN
productRelationship.product. productCharacteristicarrayDescribes a given characteristic of an object or entity through a name/value pair.N
productRelationship.product. productCharacteristic.nameStringName of the characteristicN
productRelationship.product. productCharacteristic.valueStringThe value of the characteristicN
productRelationship.product. realizingResourcearrayA list of resource referencesN
productRelationship.product. realizingResource.idStringUnique identifier of a related entity.N
productRelationship.product. realizingResource.@typeStringReference typeN
Possible response success

This section defines all the possible data structures received by the client and that must be considered satisfactory at the time of responding to the method.

[ 200 ] Matrixx PREPAID

OK - listProduct request processed successfully, response body contains an entity corresponding to the requested resource.

[
    {
        "id": "00215627_0001256329",
        "name": "Prepaid Subscription",
        "description": "Subscription Info for SubscriptionId 00215627_0001256329",
        "status": "Active",
        "@type": "Subscription",
        "productCharacteristic": [
            {
                "name": "LastActivityTime",
                "value": "2025-05-15T12:33:59.000000-04:00"
            },
            {
                "name": "CurrentStatusTransitionTime",
                "value": "2025-05-15T12:33:59.000000-04:00"
            },
            {
                "name": "UserCount",
                "value": "1"
            },
            {
                "name": "statusId",
                "value": "1"
            },
            {
                "name": "LLASubType",
                "value": "1"
            },
            { // New node added to include DOM discount information
                "name": "BalanceArray",
                "valueType": "array",
                "value": [
                    {
                        "Name": "Prepaid Balance",
                        "StartTime": "2025-05-15T12:33:59.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 1,
                                "ResourceId": 1,
                                "ProductOfferExternalId": "Prepaid Balance",
                                "CatalogItemExternalId": "Prepaid Subscription Setup"
                            },
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 1,
                                "ProductOfferExternalId": "Sales Tax P1",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            },
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 1,
                                "ProductOfferExternalId": "Sales Tax P2",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            },
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 1,
                                "ProductOfferExternalId": "LifelineDiscount: GL",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            },
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 1,
                                "ProductOfferExternalId": "Sales Tax P1",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            },
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 1,
                                "ProductOfferExternalId": "Sales Tax P2",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            },
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 1,
                                "ProductOfferExternalId": "LifelineDiscount: GL",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            }
                        ]
                    },
                    {
                        "Name": "Overdraft",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 1,
                                "ResourceId": 2,
                                "ProductOfferExternalId": "Prepaid Balance",
                                "CatalogItemExternalId": "Prepaid Subscription Setup"
                            }
                        ]
                    },
                    {
                        "Name": "Setup_Flag_Balance",
                        "StartTime": "2025-05-15T12:34:32.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 10,
                                "ResourceId": 5,
                                "ProductOfferExternalId": "Setup Offer: Voice",
                                "CatalogItemExternalId": "LLA: Setup Services"
                            },
                            {
                                "ParentResourceId": 10,
                                "ResourceId": 5,
                                "ProductOfferExternalId": "LLA: Setup Data",
                                "CatalogItemExternalId": "LLA: Setup Services"
                            },
                            {
                                "ParentResourceId": 10,
                                "ResourceId": 5,
                                "ProductOfferExternalId": "LLA: Setup MMS",
                                "CatalogItemExternalId": "LLA: Setup Services"
                            }
                        ]
                    },
                    {
                        "Name": "Flag - Unlimited Internet usage",
                        "StartTime": "2025-05-15T12:34:32.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 10,
                                "ResourceId": 6,
                                "ProductOfferExternalId": "LLA: Setup Text",
                                "CatalogItemExternalId": "LLA: Setup Services"
                            }
                        ]
                    },
                    {
                        "Name": "Flag - Unlimited Hotspot usage",
                        "StartTime": "2025-05-15T12:34:32.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 10,
                                "ResourceId": 7,
                                "ProductOfferExternalId": "LLA: Setup Text",
                                "CatalogItemExternalId": "LLA: Setup Services"
                            }
                        ]
                    },
                    {
                        "Name": "Prepaid Group Discount",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 9,
                                "ProductOfferExternalId": "LLA: Voice Offer Template Intra: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            },
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 9,
                                "ProductOfferExternalId": "LLA: Voice Offer Template Intra: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            }
                        ]
                    },
                    {
                        "Name": "Discount1Validity",
                        "EndTime": "2045-05-16T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 17,
                                "ProductOfferExternalId": "Service Discount Setup",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            }
                        ]
                    },
                    {
                        "Name": "Discount2Validity",
                        "EndTime": "2045-05-16T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 18,
                                "ProductOfferExternalId": "Service Discount Setup",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            }
                        ]
                    },
                    {
                        "Name": "Included Minutes Roaming addOn - Prepaid",
                        "StartTime": "2025-05-15T12:42:05.000000-04:00",
                        "EndTime": "2025-05-22T12:42:05.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 27,
                                "ResourceId": 20,
                                "ProductOfferExternalId": "Prepaid Roaming add-on: Voice",
                                "CatalogItemExternalId": "Prepaid_AddOn_Roaming",
                                "CommercialPlanCode": "PR_B2C_Mobile_International_Roaming"
                            }
                        ]
                    },
                    {
                        "Name": "Included Data Roaming AddOn",
                        "StartTime": "2025-05-15T12:42:05.000000-04:00",
                        "EndTime": "2025-05-22T12:42:05.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 27,
                                "ResourceId": 21,
                                "ProductOfferExternalId": "Prepaid Roaming add-on: Data",
                                "CatalogItemExternalId": "Prepaid_AddOn_Roaming",
                                "CommercialPlanCode": "PR_B2C_Mobile_International_Roaming"
                            }
                        ]
                    },
                    {
                        "Name": "Included SMS Roaming addOn - Prepaid",
                        "StartTime": "2025-05-15T12:42:05.000000-04:00",
                        "EndTime": "2025-05-22T12:42:05.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 27,
                                "ResourceId": 22,
                                "ProductOfferExternalId": "Prepaid Roaming add-on: SMS",
                                "CatalogItemExternalId": "Prepaid_AddOn_Roaming",
                                "CommercialPlanCode": "PR_B2C_Mobile_International_Roaming"
                            }
                        ]
                    },
                    {
                        "Name": "Included MMS Roaming addOn - Prepaid",
                        "StartTime": "2025-05-15T12:42:05.000000-04:00",
                        "EndTime": "2025-05-22T12:42:05.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 27,
                                "ResourceId": 23,
                                "ProductOfferExternalId": "Prepaid Roaming add-on: MMS",
                                "CatalogItemExternalId": "Prepaid_AddOn_Roaming",
                                "CommercialPlanCode": "PR_B2C_Mobile_International_Roaming"
                            }
                        ]
                    },
                    {
                        "Name": "Included Minutes IDD - Prepaid",
                        "StartTime": "2025-05-15T13:09:37.000000-04:00",
                        "EndTime": "2025-06-14T13:09:37.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 32,
                                "ResourceId": 24,
                                "ProductOfferExternalId": "Prepaid Voice IDD Limited",
                                "CatalogItemExternalId": "Prepaid_AddOn_IntCalling_Limited",
                                "CommercialPlanCode": "PR_B2C_Mobile_International_Calling"
                            }
                        ]
                    },
                    {
                        "Name": "Discount1Validity",
                        "EndTime": "2045-05-16T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 34,
                                "ProductOfferExternalId": "Service Discount Setup",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            }
                        ]
                    },
                    {
                        "Name": "Discount2Validity",
                        "EndTime": "2045-05-16T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 35,
                                "ProductOfferExternalId": "Service Discount Setup",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            }
                        ]
                    },
                    {
                        "Name": "Included MMS - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 8,
                                "ProductOfferExternalId": "LLA: MMS Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            }
                        ]
                    },
                    {
                        "Name": "Included SMS - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 10,
                                "ProductOfferExternalId": "LLA: SMS Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            }
                        ]
                    },
                    {
                        "Name": "Included Data - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 11,
                                "ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            }
                        ]
                    },
                    {
                        "Name": "HotSpot Data - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 12,
                                "ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            }
                        ]
                    },
                    {
                        "Name": "DataPrioritization Balance - Prepaid",
                        "StartTime": "2025-05-15T12:34:32.000000-04:00",
                        "EndTime": "2025-06-14T12:34:32.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 13,
                                "ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            }
                        ]
                    },
                    {
                        "Name": "RG20000 Data Usage Meter - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 14,
                                "ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            }
                        ]
                    },
                    {
                        "Name": "RG20000 Data Usage Meter - Zero-Rated - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 15,
                                "ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            }
                        ]
                    },
                    {
                        "Name": "Included Minutes - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 15,
                                "ResourceId": 16,
                                "ProductOfferExternalId": "LLA: Voice Offer Template Inter: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
                            }
                        ]
                    },
                    {
                        "Name": "Included MMS - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 26,
                                "ProductOfferExternalId": "LLA: MMS Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            }
                        ]
                    },
                    {
                        "Name": "Included SMS - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 27,
                                "ProductOfferExternalId": "LLA: SMS Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            }
                        ]
                    },
                    {
                        "Name": "Included Data - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 28,
                                "ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            }
                        ]
                    },
                    {
                        "Name": "HotSpot Data - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 29,
                                "ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            }
                        ]
                    },
                    {
                        "Name": "DataPrioritization Balance - Prepaid",
                        "StartTime": "2025-05-15T13:25:17.000000-04:00",
                        "EndTime": "2025-06-14T13:25:17.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 30,
                                "ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            }
                        ]
                    },
                    {
                        "Name": "RG20000 Data Usage Meter - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 31,
                                "ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            }
                        ]
                    },
                    {
                        "Name": "RG20000 Data Usage Meter - Zero-Rated - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 32,
                                "ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            }
                        ]
                    },
                    {
                        "Name": "Included Minutes - Prepaid",
                        "StartTime": "2025-05-15T00:00:00.000000-04:00",
                        "EndTime": "2025-06-14T00:00:00.000000-04:00",
                        "PurchasedOfferInfo": [
                            {
                                "ParentResourceId": 34,
                                "ResourceId": 33,
                                "ProductOfferExternalId": "LLA: Voice Offer Template Inter: Prepaid Recurring 30 Days",
                                "CatalogItemExternalId": "Prepaid_Template_Shared",
                                "CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
                            }
                        ]
                    }
                ]
            }
        ],
        "relatedParty": [
            {
                "id": "U-00215627_0001256329",
                "role": "Owner",
                "@type": "SubscriptionUserRef"
            }
        ],
        "product": [
            {
                "id": "1",
                "name": "Prepaid Subscription Setup",
                "status": "active",
                "startDate": "2025-05-15T12:33:59.000000-04:00",
                "orderDate": "2025-05-15T12:33:59.000000-04:00",
                "@type": "Plan",
                "productOffering": {
                    "id": "Prepaid Subscription Setup",
                    "@type": "CatalogProductOfferRef"
                },
                "productTerm": [
                    {
                        "name": "1",
                        "duration": {
                            "amount": 1,
                            "units": "Monthly"
                        },
                        "validFor": {
                            "startDateTime": "2025-05-15T12:33:59.000000-04:00",
                            "endDateTime": "2025-06-15T12:33:59.000000-04:00"
                        },
                        "@type": "CycleInfoRef"
                    }
                ],
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "9",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:33:59.000000-04:00"
                    },
                    {
                        "name": "CycleModifyAllowed",
                        "value": "true"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "CatalogItemId",
                        "value": "39"
                    },
                    {
                        "name": "OfferType",
                        "value": "purchased_bundle"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ],
                "productSpecification": {
                    "@type": "Setup"
                }
            },
            {
                "id": "2",
                "name": "Prepaid Balance",
                "status": "active",
                "startDate": "2025-05-15T12:33:59.000000-04:00",
                "orderDate": "2025-05-15T12:33:59.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "11",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "1"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:33:59.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "PrimaryBalanceResourceId",
                        "value": "1"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "3",
                "name": "PPU Bundle: Prepaid",
                "status": "active",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productOffering": {
                    "id": "LLA: PPU Services: Prepaid",
                    "@type": "CatalogProductOfferRef"
                },
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "153",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:34:32.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "CatalogItemId",
                        "value": "117"
                    },
                    {
                        "name": "OfferType",
                        "value": "purchased_bundle"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ],
                "productSpecification": {
                    "@type": "PPU"
                }
            },
            {
                "id": "4",
                "name": "PPU Offer: Text",
                "status": "active",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "66",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "3"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:34:32.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "5",
                "name": "PPU Offer: MMS",
                "status": "active",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "67",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "3"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:34:32.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "6",
                "name": "PPU Offer: Data",
                "status": "active",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "68",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "3"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:34:32.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "7",
                "name": "PPU Offer: Voice: Prepaid Roaming",
                "status": "active",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "149",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "3"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:34:32.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "8",
                "name": "PPU Offer: Voice: Prepaid Long Distance",
                "status": "active",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "150",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "3"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:34:32.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "9",
                "name": "PPU Offer: Voice: Prepaid Roaming: Terminated in PR/USVI",
                "status": "active",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "155",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "3"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:34:32.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "10",
                "name": "Setup Services",
                "status": "active",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productOffering": {
                    "id": "LLA: Setup Services",
                    "@type": "CatalogProductOfferRef"
                },
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "60",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:34:32.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "CatalogItemId",
                        "value": "71"
                    },
                    {
                        "name": "OfferType",
                        "value": "purchased_bundle"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ],
                "productSpecification": {
                    "@type": "Setup"
                }
            },
            {
                "id": "11",
                "name": "Setup Offer: Voice",
                "status": "active",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "57",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "10"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:34:32.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "12",
                "name": "LLA: Setup Text",
                "status": "active",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "58",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "10"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:34:32.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "13",
                "name": "LLA: Setup Data",
                "status": "active",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "59",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "10"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:34:32.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "14",
                "name": "LLA: Setup MMS",
                "status": "active",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "62",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "10"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T12:34:32.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "15",
                "name": "Prepaid Plan Attr - Shared Data",
                "status": "inactive",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "BasePlan",
                "productOffering": {
                    "id": "Prepaid_Template_Shared",
                    "@type": "CatalogProductOfferRef"
                },
                "productTerm": [
                    {
                        "name": "1",
                        "duration": {
                            "amount": 30,
                            "units": "Daily"
                        },
                        "validFor": {
                            "startDateTime": "2025-05-15T00:00:00.000000-04:00",
                            "endDateTime": "2025-06-14T00:00:00.000000-04:00"
                        },
                        "@type": "CycleInfoRef"
                    }
                ],
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "95",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "CycleModifyAllowed",
                        "value": "true"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "CatalogItemId",
                        "value": "94"
                    },
                    {
                        "name": "OfferType",
                        "value": "purchased_bundle"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    },
                    { //New node
                        "name": "Attr",
                        "valueType": "object",
                        "value": {
                            "Discount2Amount": 60.0
                        }
                    },
                    { //New node
                        "name": "CatalogItemParameterArray",
                        "valueType": "array",
                        "value": [
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 1,
                                "ParameterName": "DataChargePercentage",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.9116
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 10,
                                "ParameterName": "VoiceChargePercentageIntra",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.057687
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 11,
                                "ParameterName": "VoiceChargePercentageInter",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.028413
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 12,
                                "ParameterName": "SmsChargePercentage",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.0023
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 13,
                                "ParameterName": "LifelineDiscountEnrollment",
                                "Value": {
                                    "$": "MtxParameterStringValue",
                                    "Value": "False"
                                },
                                "ValueType": "string"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 17,
                                "ParameterName": "Discount2Name",
                                "Value": {
                                    "$": "MtxParameterStringValue",
                                    "Value": "Service Discount(Perpetual)"
                                },
                                "ValueType": "string"
                            }
                        ]
                    }
                ],
                "productSpecification": {
                    "id": "PR_B2C_Prepaid_MobilePlan_50GB",
                    "name": "Prepaid Mobile Plan 50GB",
                    "@type": "BasePlan"
                }
            },
            {
                "id": "16",
                "name": "LLA: MMS Offer Template: Prepaid Recurring 30 Days",
                "status": "inactive",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "92",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "15"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "17",
                "name": "Sales Tax P1",
                "status": "inactive",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "79",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "15"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "18",
                "name": "Sales Tax P2",
                "status": "inactive",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "80",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "15"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "19",
                "name": "911 Fee Charge: Prepaid",
                "status": "inactive",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "144",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "15"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "20",
                "name": "911 Fee Charge offset: Prepaid",
                "status": "inactive",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "145",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "15"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "21",
                "name": "LLA: Voice Offer Template Intra: Prepaid Recurring 30 Days",
                "status": "inactive",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "41",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "15"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "22",
                "name": "LLA: SMS Offer Template: Prepaid Recurring 30 Days",
                "status": "inactive",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "42",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "15"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "23",
                "name": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
                "status": "inactive",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "73",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "15"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "24",
                "name": "LLA: Voice Offer Template Inter: Prepaid Recurring 30 Days",
                "status": "inactive",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "143",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "15"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "25",
                "name": "LifelineDiscount: GL",
                "status": "inactive",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "217",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "15"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "26",
                "name": "Service Discount Setup",
                "status": "inactive",
                "startDate": "2025-05-15T12:34:32.000000-04:00",
                "orderDate": "2025-05-15T12:34:32.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "250",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "15"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "27",
                "status": "inactive",
                "startDate": "2025-05-15T12:42:05.000000-04:00",
                "orderDate": "2025-05-15T12:42:05.000000-04:00",
                "@type": "Plan",
                "productOffering": {
                    "id": "Prepaid_AddOn_Roaming",
                    "@type": "CatalogProductOfferRef"
                },
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "111",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-22T12:42:26.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "CatalogItemId",
                        "value": "105"
                    },
                    {
                        "name": "OfferType",
                        "value": "purchased_bundle"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    },
                    {
                        "name": "CatalogItemParameterArray",
                        "valueType": "array",
                        "value": [
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 1,
                                "ParameterName": "DataChargePercentage",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.751
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 10,
                                "ParameterName": "VoiceChargePercentageIntra",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.0
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 11,
                                "ParameterName": "VoiceChargePercentageInter",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.249
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 12,
                                "ParameterName": "SmsChargePercentage",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.0
                                },
                                "ValueType": "decimal"
                            }
                        ]
                    }
                ],
                "productSpecification": {
                    "id": "PR_B2C_Mobile_International_Roaming",
                    "name": "International Travel",
                    "@type": "AddOn-Roaming"
                }
            },
            {
                "id": "28",
                "name": "Prepaid Roaming add-on: Voice",
                "status": "inactive",
                "startDate": "2025-05-15T12:42:05.000000-04:00",
                "orderDate": "2025-05-15T12:42:05.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "112",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "27"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-22T12:42:26.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "29",
                "name": "Prepaid Roaming add-on: Data",
                "status": "inactive",
                "startDate": "2025-05-15T12:42:05.000000-04:00",
                "orderDate": "2025-05-15T12:42:05.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "113",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "27"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-22T12:42:26.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "30",
                "name": "Prepaid Roaming add-on: SMS",
                "status": "inactive",
                "startDate": "2025-05-15T12:42:05.000000-04:00",
                "orderDate": "2025-05-15T12:42:05.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "114",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "27"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-22T12:42:26.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "31",
                "name": "Prepaid Roaming add-on: MMS",
                "status": "inactive",
                "startDate": "2025-05-15T12:42:05.000000-04:00",
                "orderDate": "2025-05-15T12:42:05.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "115",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "27"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-22T12:42:26.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "inactive"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "32",
                "name": "Prepaid Voice IDD: Limited",
                "status": "active",
                "startDate": "2025-05-15T13:09:37.000000-04:00",
                "orderDate": "2025-05-15T13:09:37.000000-04:00",
                "@type": "Plan",
                "productOffering": {
                    "id": "Prepaid_AddOn_IntCalling_Limited",
                    "@type": "CatalogProductOfferRef"
                },
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "117",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:09:37.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "CatalogItemId",
                        "value": "98"
                    },
                    {
                        "name": "OfferType",
                        "value": "purchased_bundle"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    },
                    {
                        "name": "CatalogItemParameterArray",
                        "valueType": "array",
                        "value": [
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 1,
                                "ParameterName": "DataChargePercentage",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.0
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 10,
                                "ParameterName": "VoiceChargePercentageIntra",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.0
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 11,
                                "ParameterName": "VoiceChargePercentageInter",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 1.0
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 12,
                                "ParameterName": "SmsChargePercentage",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.0
                                },
                                "ValueType": "decimal"
                            }
                        ]
                    }
                ],
                "productSpecification": {
                    "id": "PR_B2C_Mobile_International_Calling",
                    "name": "International Calling",
                    "@type": "AddOn-International"
                }
            },
            {
                "id": "33",
                "name": "Prepaid Voice IDD Limited",
                "status": "active",
                "startDate": "2025-05-15T13:09:37.000000-04:00",
                "orderDate": "2025-05-15T13:09:37.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "99",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "32"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:09:37.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "34",
                "name": "Prepaid Plan Attr - Shared Data",
                "status": "active",
                "startDate": "2025-05-15T13:25:17.000000-04:00",
                "orderDate": "2025-05-15T13:25:17.000000-04:00",
                "@type": "BasePlan",
                "productOffering": {
                    "id": "Prepaid_Template_Shared",
                    "@type": "CatalogProductOfferRef"
                },
                "productTerm": [
                    {
                        "name": "1",
                        "duration": {
                            "amount": 30,
                            "units": "Daily"
                        },
                        "validFor": {
                            "startDateTime": "2025-05-15T00:00:00.000000-04:00",
                            "endDateTime": "2025-06-14T00:00:00.000000-04:00"
                        },
                        "@type": "CycleInfoRef"
                    }
                ],
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "95",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "CycleModifyAllowed",
                        "value": "true"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "CatalogItemId",
                        "value": "94"
                    },
                    {
                        "name": "OfferType",
                        "value": "purchased_bundle"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    },
                    {
                        "name": "CatalogItemParameterArray",
                        "valueType": "array",
                        "value": [
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 1,
                                "ParameterName": "DataChargePercentage",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.45
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 10,
                                "ParameterName": "VoiceChargePercentageIntra",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.35
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 11,
                                "ParameterName": "VoiceChargePercentageInter",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.2
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 12,
                                "ParameterName": "SmsChargePercentage",
                                "Value": {
                                    "$": "MtxParameterDecimalValue",
                                    "Value": 0.0
                                },
                                "ValueType": "decimal"
                            },
                            {
                                "$": "MtxPurchasedOfferParameterInfo",
                                "ParameterDefnId": 13,
                                "ParameterName": "LifelineDiscountEnrollment",
                                "Value": {
                                    "$": "MtxParameterStringValue",
                                    "Value": "False"
                                },
                                "ValueType": "string"
                            }
                        ]
                    }
                ],
                "productSpecification": {
                    "id": "PR_B2C_Prepaid_16GB_Mobile_Line",
                    "name": "Prepaid 25GB Mobile Line",
                    "@type": "BasePlan"
                }
            },
            {
                "id": "35",
                "name": "LLA: MMS Offer Template: Prepaid Recurring 30 Days",
                "status": "active",
                "startDate": "2025-05-15T13:25:17.000000-04:00",
                "orderDate": "2025-05-15T13:25:17.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "92",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "34"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "36",
                "name": "Sales Tax P1",
                "status": "active",
                "startDate": "2025-05-15T13:25:17.000000-04:00",
                "orderDate": "2025-05-15T13:25:17.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "79",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "34"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "37",
                "name": "Sales Tax P2",
                "status": "active",
                "startDate": "2025-05-15T13:25:17.000000-04:00",
                "orderDate": "2025-05-15T13:25:17.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "80",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "34"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "38",
                "name": "911 Fee Charge: Prepaid",
                "status": "active",
                "startDate": "2025-05-15T13:25:17.000000-04:00",
                "orderDate": "2025-05-15T13:25:17.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "144",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "34"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "39",
                "name": "911 Fee Charge offset: Prepaid",
                "status": "active",
                "startDate": "2025-05-15T13:25:17.000000-04:00",
                "orderDate": "2025-05-15T13:25:17.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "145",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "34"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "40",
                "name": "LLA: Voice Offer Template Intra: Prepaid Recurring 30 Days",
                "status": "active",
                "startDate": "2025-05-15T13:25:17.000000-04:00",
                "orderDate": "2025-05-15T13:25:17.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "41",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "34"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "41",
                "name": "LLA: SMS Offer Template: Prepaid Recurring 30 Days",
                "status": "active",
                "startDate": "2025-05-15T13:25:17.000000-04:00",
                "orderDate": "2025-05-15T13:25:17.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "42",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "34"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "42",
                "name": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
                "status": "active",
                "startDate": "2025-05-15T13:25:17.000000-04:00",
                "orderDate": "2025-05-15T13:25:17.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "73",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "34"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "43",
                "name": "LLA: Voice Offer Template Inter: Prepaid Recurring 30 Days",
                "status": "active",
                "startDate": "2025-05-15T13:25:17.000000-04:00",
                "orderDate": "2025-05-15T13:25:17.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "143",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "34"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "44",
                "name": "LifelineDiscount: GL",
                "status": "active",
                "startDate": "2025-05-15T13:25:17.000000-04:00",
                "orderDate": "2025-05-15T13:25:17.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "217",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "34"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            },
            {
                "id": "45",
                "name": "Service Discount Setup",
                "status": "active",
                "startDate": "2025-05-15T13:25:17.000000-04:00",
                "orderDate": "2025-05-15T13:25:17.000000-04:00",
                "@type": "Plan",
                "productPrice": [
                    {
                        "productOfferingPrice": {
                            "id": "250",
                            "@type": "ProductOfferingPriceRef"
                        }
                    }
                ],
                "productRelationship": [
                    {
                        "relationshipType": "parent",
                        "product": {
                            "id": "34"
                        }
                    }
                ],
                "productCharacteristic": [
                    {
                        "name": "CurrentStatusTransitionTime",
                        "value": "2025-05-15T13:25:17.000000-04:00"
                    },
                    {
                        "name": "OfferStatusDescription",
                        "value": "active"
                    },
                    {
                        "name": "OfferType",
                        "value": "bundle_purchased_offer"
                    },
                    {
                        "name": "AvailableAmount",
                        "value": 65.74
                    },
                    {
                        "name": "BalanceResourceId",
                        "value": 1
                    }
                ]
            }
        ]
    }
]
[ 200 ] Matrixx POSTPAID

OK - listProduct request processed successfully, response body contains an entity corresponding to the requested resource.

[
  {
    "id": "S-8201",
    "name": "Sub-ABC",
    "description": "Subscription Info for MSISDN 8201",
    "status": "Active",
    "@type": "Subscription",
    "productCharacteristic": [
      {
        "name": "LastActivityTime",
        "value": "2022-11-08T11:30:56.000000Z"
      },
      {
        "name": "CurrentStatusTransitionTime",
        "value": "2022-11-08T11:30:56.000000Z"
      },
      {
        "name": "UserCount",
        "value": "1"
      }
    ],
    "relatedParty": [
      {
        "id": "376920",
        "role": "Owner",
        "@type": "SubscriptionUserRef"
      }
    ],
    "product": [
      {
        "id": "1",
        "name": "Postpaid Subscription Setup",
        "status": "active",
        "startDate": "2022-11-08T07:30:56.000000-04:00",
        "orderDate": "2022-11-08T07:30:56.000000-04:00",
        "@type": "BasePlan",
        "productOffering": {
          "id": "Postpaid Subscription Setup",
          "@type": "CatalogProductOfferRef"
        },
        "productTerm": [
          {
            "name": "1",
            "duration": {
              "amount": 1,
              "units": "Monthly"
            },
            "validFor": {
              "startDateTime": "2022-11-08T07:30:56.000000-04:00",
              "endDateTime": "2022-12-08T07:30:56.000000-04:00"
            },
            "@type": "CycleInfoRef"
          }
        ],
        "productPrice": [
          {
            "productOfferingPrice": {
              "id": "10",
              "@type": "ProductOfferingPriceRef"
            }
          }
        ],
        "productCharacteristic": [
          {
            "name": "CurrentStatusTransitionTime",
            "value": "2022-11-08T07:30:56.000000-04:00"
          },
          {
            "name": "CycleModifyAllowed",
            "value": "false"
          },
          {
            "name": "OfferStatusDescription",
            "value": "active"
          },
          {
            "name": "CatalogItemId",
            "value": "38"
          },
          {
            "name": "OfferType",
            "value": "purchased_bundle"
          },
          {
            "name": "AvailableAmount",
            "value": "infinity"
          },
          {
            "name": "BalanceResourceId",
            "value": 1
          }
        ],
        "productSpecification": {
          "id": "CPC",
          "name": "CPN",
          "@type": "BasePlan"
        }
      },
      {
        "id": "2",
        "name": "Postpaid Balance",
        "status": "active",
        "startDate": "2022-11-08T07:30:56.000000-04:00",
        "orderDate": "2022-11-08T07:30:56.000000-04:00",
        "@type": "Plan",
        "productPrice": [
          {
            "productOfferingPrice": {
              "id": "53",
              "@type": "ProductOfferingPriceRef"
            }
          }
        ],
        "productRelationship": [
          {
            "relationshipType": "parent",
            "product": {
              "id": "1"
            }
          }
        ],
        "productCharacteristic": [
          {
            "name": "CurrentStatusTransitionTime",
            "value": "2022-11-08T07:30:56.000000-04:00"
          },
          {
            "name": "OfferStatusDescription",
            "value": "active"
          },
          {
            "name": "OfferType",
            "value": "bundle_purchased_offer"
          },
          {
            "name": "AvailableAmount",
            "value": "infinity"
          },
          {
            "name": "BalanceResourceId",
            "value": 1
          }
        ]
      }
    ]
  }
]
Matrixx Definitions

Each of the request parameters is detailed.

nametypedescriptionrequired
idstringExternal ID of the subscription.N
namestringDescriptive name of subscription.N
descriptionstringIs the description of the response. Hard coded as static in Mule API.N
statusstringStatus of the subscription.Example: - created - pendingActive - cancelled - active - pendingTerminate - terminated -suspended - abortedN
@typestringThe actual type of an response, @type as SubscriptionN
productCharacteristicarrayDescribes a given characteristic of an object or entity through a name/value pair. Note - Please refer Customer Characteristic/#_Customer_Characteristic) below for more detailsN
productCharacteristic.namestringName of the characteristicN
productCharacteristic.valueanyThe value of the characteristicN
productCharacteristic.valueTypestringData type of the value of the characteristicN
relatedPartyarrayA list of related partiesN
relatedParty.idstringSubscription User unique Id at MatrixxN
relatedParty.rolestringthe role of subscription userN
relatedParty.@typestringReference of subscription userN
productarrayA list of product ref or valuesN
product.idstringUnique identifier for this offer (within subscriber/group).N
product.namestringExternal ID of product offer in pricing DB.N
product.statusstringThe offer status.N
product.startDatedatetimeWhen the offer was activated. Not set if status is pre-active. If active at purchase time, ActivationTime and PurchaseTime have the same value.N
product.orderDatedatetimeWhen the offer was purchased.N
product.@typestringtype of product/offerN
product.productOfferingobjectA EntityRef is a detailed description of a bill structure.N
product.productOffering.idstringExternal ID of catalog item in pricing DB, if associated with a catalog item. I.e., not for purchased offers which are part of a bundle.N
product.productOffering.@typestring'When sub-classing, this defines the sub-class entity name'N
product.productTermarrayCycle Information ReferenceN
product.productTerm.namestringUnique identifier for the purchased item cycle period.N
product.productTerm.durationobjectDuration of the productTerm.N
product.productTerm.duration.amountnumberNumber of periods in a purchased item cycle.N
product.productTerm.duration.unitsstringThe period type. 1=Hourly, 2=Daily, 3=Weekly, 4=Monthly, 5=Yearly, 6=Minutes"N
product.productTerm.validForobjectA time period.N
product.productTerm.validFor.startDateTimedatetimeStart of current cycle period (latest period for which recurring processing has been attempted).N
product.productTerm.validFor.endDateTimedatetimeEnd of current cycle period (latest period for which recurring processing has been attempted).N
product.productTerm.@typestringType of product TermN
product.productPricearrayA list of product pricesN
product.productPrice.productOfferingPriceobjectA product offering price referenceN
product.productPrice.productOfferingPrice.idstringID of product offer in pricing DB.N
product.productPrice.productOfferingPrice.@typestringReference of ProductOfferingPriceN
product.productCharacteristicarrayDescribes a given characteristic of an object or entity through a name/value pair.Note - Please refer Customer Characteristic/#_Customer_Characteristic) below for more detailsN
product.productCharacteristic.namestringName of the characteristicN
product.productCharacteristic.valueanyThe value of the characteristicN
product.productCharacteristic.valueTypestringData type of the value of the characteristicN
product.productRelationshiparrayA list of product relationshipsN
product.productRelationship.relationshipTypestringName of the relationshipType as "Parent"N
product.productRelationship.productobjectA product ref or valueN
product.productRelationship.product.idstringIf this purchased offer was purchased as part of a bundle, this field holds the resource ID of the bundle. Otherwise the value is zero (null).N

Characteristics Values:

NameDescriptionSample
LastActivityTimeThis value is used for determining lifecycle inactivity trigger(s). It represents the maximum of the LastActivityUpdateTime of the subscriber and the LastActivityUpdateTime for all of the associated devices unless excluding device activity for current status definition. This field is only updated by eligible activity while in a lifecycle state which features inactivity condition(s), when transitioning status, or when the LastActivityUpdateTime is explicitly modified.{ "name": "LastActivityTime", "value": "2022-03-22T13:27:06.000000Z" }
CurrentStatusTransitionTimeThe time at which the subscription transitioned to the current status.{ "name": "CurrentStatusTransitionTime", "value": "2022-03-22T13:27:06.000000-04:00" }
UserCountNumber of users for this subscription.{ "name": "UserCount", "value": "1" }
statusIdstatus Id{ "name": "statusId", "value": "1" }
LLASubTypeLLA SubType{ "name": "LLASubType", "value": "1" }
BalanceArrayBalance info defined in MATRIXX{ "name": "BalanceArray", "valueType": "array", "value": [ { "Name": "Prepaid Balance", "StartTime": "2025-04-09T15:59:09.000000-06:00" }, { "Name": "Overdraft", "StartTime": "2025-04-25T10:26:12.000000-04:00" }]}

product.Characteristics Values:

NameDescriptionSample
CurrentStatusTransitionTimeThe time at which the subscription transitioned to the current status.{ "name": "CurrentStatusTransitionTime", "value": "2022-03-22T09:27:06.000000-04:00" }
ModifyAllowedIf true, the cycle is configured to allow for modification.{ "name": "CycleModifyAllowed", "value": "false" }
OfferStatusDescriptionStatus description of the purchased offer.{ "name": "OfferStatusDescription", "value": "active" }
CatalogItemIdCatalog item ID in pricing DB, if associated with a catalog item. I.e., not for purchased offers which are part of a bundle.{ "name": "CatalogItemId", "value": "39" }
OfferTypeType of purchased offer. 1 = purchased_offer, 2 = purchased_bundle, 3 = bundle_purchased_offer Note - Mule API is doing logic, based on description making integer as string and passing to SF.{ "name": "OfferType", "value": "purchased_bundle" }
PrimaryBalanceResourceIdResource ID of primary balance.{ "name": "PrimaryBalanceResourceId", "value": "1" }
BalanceResourceIdResource ID of balance.{ "name": "BalanceResourceId", "value": "1" }
AttrDiscount Amount Attributes{ "name": "Attr", "valueType": "object", "value": { "Discount1Amount": 10.0, "Discount2Amount": 5.0 }}
CatalogItemParameterArrayCatalogItem Parameters{ "name": "CatalogItemParameterArray", "valueType": "array", "value": [ { "
__COMPONENT_PLACEHOLDER__
quot;: "MtxPurchasedOfferParameterInfo", "ParameterDefnId": 1, "ParameterName": "DataChargePercentage", "Value": { "
__COMPONENT_PLACEHOLDER__
quot;: "MtxParameterDecimalValue", "Value": 0.4 }, "ValueType": "decimal" }, { "
__COMPONENT_PLACEHOLDER__
quot;: "MtxPurchasedOfferParameterInfo", "ParameterDefnId": 10, "ParameterName": "VoiceChargePercentageIntra", "Value": { "
__COMPONENT_PLACEHOLDER__
quot;: "MtxParameterDecimalValue", "Value": 0.4 }, "ValueType": "decimal"}]
[ 200 ] CSG FIXED

OK - listProduct request processed successfully, response body contains an entity corresponding to the requested resource.

[
    {
        "id": "FFIPT",
        "description": "Iptv1",
        "startDate": "2020-05-14T10:12:00.230Z",
        "@type": "Product",
        "billingAccount": {
            "id": "8211990010047082"
        },
        "productCharacteristic": [
            {
                "name": "Provisionable",
                "value": "N"
            },
            {
                "name": "ItemType",
                "value": "S"
            },
            {
                "name": "ItemSubType",
                "value": "04"
            },
            {
                "name": "BillingStartDate",
                "value": "2022-09-05T00-00-00Z"
            },
            {
                "name": "Quantity",
                "value": "00001"
            },
            {
                "name": "LineOfBusiness",
                "value": "I"
            },
            {
                "name": "TypeClassification",
                "value": "S"
            }
        ],
        "productPrice": [
            {
                "priceType": "R",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 2.00
                    },
                    "@type": "BillingCharge"
                }
            }
        ],
        "realizingService": [
            {
                "id": "000001",
                "@type": "ServiceRef"
            }
        ],
        "place": [
            {
                "id": "00918424400656",
                "@type": "LocationRef"
            }
        ],
        "productOrderItem": [
            {
                "productOrderId": "1200043219331010"
            }
        ],
        "relatedParty": [
            {
                "id": "1901504722008",
                "@type": "CustomerRef"
            }
        ],
        "productRelationship": [
            {
                "relationshipType": "parent",
                "product": {
                    "id": "F7B3I",
                    "name": "F3P-Bi-30-Us",
                    "isBundle": true,
                    "@type": "Package"
                }
            }
        ]
    },
    {
        "id": "FFONT",
        "description": "Ont",
        "startDate": "2020-05-14T10:12:00.230Z",
        "@type": "Product",
        "billingAccount": {
            "id": "8211990010047082"
        },
        "productCharacteristic": [
            {
                "name": "Provisionable",
                "value": "N"
            },
            {
                "name": "ItemType",
                "value": "S"
            },
            {
                "name": "ItemSubType",
                "value": "04"
            },
            {
                "name": "BillingStartDate",
                "value": "2022-09-05T00-00-00Z"
            },
            {
                "name": "Quantity",
                "value": "00001"
            },
            {
                "name": "LineOfBusiness",
                "value": "I"
            },
            {
                "name": "TypeClassification",
                "value": "S"
            }
        ],
        "productPrice": [
            {
                "priceType": "R",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0.00
                    },
                    "@type": "BillingCharge"
                }
            }
        ],
        "realizingService": [
            {
                "id": "000002",
                "@type": "ServiceRef"
            }
        ],
        "place": [
            {
                "id": "00918424400656",
                "@type": "LocationRef"
            }
        ],
        "productOrderItem": [
            {
                "productOrderId": "1200043219331010"
            }
        ],
        "relatedParty": [
            {
                "id": "1901504722008",
                "@type": "CustomerRef"
            }
        ],
        "productRelationship": [
            {
                "relationshipType": "parent",
                "product": {
                    "id": "F7B3I",
                    "name": "F3P-Bi-30-Us",
                    "isBundle": true,
                    "@type": "Package"
                }
            }
        ]
    },
    {
        "id": "FJ43X",
        "description": "40/40 Mb",
        "startDate": "2020-05-14T10:12:00.230Z",
        "@type": "Product",
        "billingAccount": {
            "id": "8211990010047082"
        },
        "productCharacteristic": [
            {
                "name": "Provisionable",
                "value": "N"
            },
            {
                "name": "ItemType",
                "value": "S"
            },
            {
                "name": "ItemSubType",
                "value": "04"
            },
            {
                "name": "BillingStartDate",
                "value": "2022-09-05T00-00-00Z"
            },
            {
                "name": "Quantity",
                "value": "00001"
            },
            {
                "name": "LineOfBusiness",
                "value": "I"
            },
            {
                "name": "TypeClassification",
                "value": "S"
            }
        ],
        "productPrice": [
            {
                "priceType": "R",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 35.99
                    },
                    "@type": "BillingCharge"
                }
            }
        ],
        "realizingService": [
            {
                "id": "000003",
                "@type": "ServiceRef"
            }
        ],
        "place": [
            {
                "id": "00918424400656",
                "@type": "LocationRef"
            }
        ],
        "productOrderItem": [
            {
                "productOrderId": "1200043219331010"
            }
        ],
        "relatedParty": [
            {
                "id": "1901504722008",
                "@type": "CustomerRef"
            }
        ],
        "productRelationship": [
            {
                "relationshipType": "parent",
                "product": {
                    "id": "F7B3I",
                    "name": "F3P-Bi-30-Us",
                    "isBundle": true,
                    "@type": "Package"
                }
            }
        ]
    },
    {
        "id": "FW4US",
        "description": "F Pr/Us Voip",
        "startDate": "2020-05-14T10:12:00.230Z",
        "@type": "Product",
        "billingAccount": {
            "id": "8211990010047082"
        },
        "productCharacteristic": [
            {
                "name": "ProvisioningStatus",
                "value": "PA"
            },
            {
                "name": "Provisionable",
                "value": "Y"
            },
            {
                "name": "ItemType",
                "value": "S"
            },
            {
                "name": "ItemSubType",
                "value": "03"
            },
            {
                "name": "BillingStartDate",
                "value": "2022-09-05T00-00-00Z"
            },
            {
                "name": "Quantity",
                "value": "00001"
            },
            {
                "name": "LineOfBusiness",
                "value": "T"
            },
            {
                "name": "TypeClassification",
                "value": "S"
            }
        ],
        "productPrice": [
            {
                "priceType": "R",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 10.00
                    },
                    "@type": "BillingCharge"
                }
            }
        ],
        "realizingResource": [
            {
                "id": "9395455897          ",
                "@type": "Telephone"
            }
        ],
        "realizingService": [
            {
                "id": "000004",
                "@type": "ServiceRef"
            }
        ],
        "place": [
            {
                "id": "00918424400656",
                "@type": "LocationRef"
            }
        ],
        "productOrderItem": [
            {
                "productOrderId": "1200043219331010"
            }
        ],
        "relatedParty": [
            {
                "id": "1901504722008",
                "@type": "CustomerRef"
            }
        ],
        "productRelationship": [
            {
                "relationshipType": "parent",
                "product": {
                    "id": "F7B3I",
                    "name": "F3P-Bi-30-Us",
                    "isBundle": true,
                    "@type": "Package"
                }
            }
        ]
    },
    {
        "id": "RV3BC",
        "description": "Broadcast Sv",
        "startDate": "2020-05-14T10:12:00.230Z",
        "@type": "Product",
        "billingAccount": {
            "id": "8211990010047082"
        },
        "productCharacteristic": [
            {
                "name": "Provisionable",
                "value": "N"
            },
            {
                "name": "ItemType",
                "value": "S"
            },
            {
                "name": "ItemSubType",
                "value": "01"
            },
            {
                "name": "BillingStartDate",
                "value": "2022-09-05T00-00-00Z"
            },
            {
                "name": "Quantity",
                "value": "00001"
            },
            {
                "name": "LineOfBusiness",
                "value": "C"
            },
            {
                "name": "TypeClassification",
                "value": "S"
            }
        ],
        "productPrice": [
            {
                "priceType": "R",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 15.00
                    },
                    "@type": "BillingCharge"
                }
            }
        ],
        "realizingService": [
            {
                "id": "000005",
                "@type": "ServiceRef"
            }
        ],
        "place": [
            {
                "id": "00918424400656",
                "@type": "LocationRef"
            }
        ],
        "productOrderItem": [
            {
                "productOrderId": "1200043219331010"
            }
        ],
        "relatedParty": [
            {
                "id": "1901504722008",
                "@type": "CustomerRef"
            }
        ],
        "productRelationship": [
            {
                "relationshipType": "parent",
                "product": {
                    "id": "F7B3I",
                    "name": "F3P-Bi-30-Us",
                    "isBundle": true,
                    "@type": "Package"
                }
            }
        ]
    },
    {
        "id": "ZY101",
        "description": "Res Data A/O",
        "startDate": "2020-05-14T10:12:00.230Z",
        "@type": "Product",
        "billingAccount": {
            "id": "8211990010047082"
        },
        "productCharacteristic": [
            {
                "name": "Provisionable",
                "value": "N"
            },
            {
                "name": "ItemType",
                "value": "S"
            },
            {
                "name": "ItemSubType",
                "value": "03"
            },
            {
                "name": "BillingStartDate",
                "value": "2022-09-05T00-00-00Z"
            },
            {
                "name": "Quantity",
                "value": "00001"
            },
            {
                "name": "LineOfBusiness",
                "value": "I"
            },
            {
                "name": "TypeClassification",
                "value": "S"
            }
        ],
        "productPrice": [
            {
                "priceType": "R",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0.00
                    },
                    "@type": "BillingCharge"
                }
            }
        ],
        "realizingService": [
            {
                "id": "000006",
                "@type": "ServiceRef"
            }
        ],
        "place": [
            {
                "id": "00918424400656",
                "@type": "LocationRef"
            }
        ],
        "productOrderItem": [
            {
                "productOrderId": "1200043219331010"
            }
        ],
        "relatedParty": [
            {
                "id": "1901504722008",
                "@type": "CustomerRef"
            }
        ],
        "productRelationship": [
            {
                "relationshipType": "parent",
                "product": {
                    "id": "F7B3I",
                    "name": "F3P-Bi-30-Us",
                    "isBundle": true,
                    "@type": "Package"
                }
            }
        ]
    },
    {
        "id": "FRRUS",
        "description": "Callplanprus",
        "startDate": "2020-05-14T10:12:00.230Z",
        "@type": "Product",
        "billingAccount": {
            "id": "8211990010047082"
        },
        "productCharacteristic": [
            {
                "name": "ProvisioningStatus",
                "value": "PA"
            },
            {
                "name": "Provisionable",
                "value": "Y"
            },
            {
                "name": "ItemType",
                "value": "S"
            },
            {
                "name": "ItemSubType",
                "value": "04"
            },
            {
                "name": "BillingStartDate",
                "value": "2022-09-05T00-00-00Z"
            },
            {
                "name": "Quantity",
                "value": "00001"
            },
            {
                "name": "LineOfBusiness",
                "value": "T"
            },
            {
                "name": "TypeClassification",
                "value": "S"
            }
        ],
        "productPrice": [
            {
                "priceType": "R",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0.00
                    },
                    "@type": "BillingCharge"
                }
            }
        ],
        "realizingResource": [
            {
                "id": "9395455897          ",
                "@type": "Telephone"
            }
        ],
        "realizingService": [
            {
                "id": "000007",
                "@type": "ServiceRef"
            }
        ],
        "place": [
            {
                "id": "00918424400656",
                "@type": "LocationRef"
            }
        ],
        "productOrderItem": [
            {
                "productOrderId": "1200043219331010"
            }
        ],
        "relatedParty": [
            {
                "id": "1901504722008",
                "@type": "CustomerRef"
            }
        ]
    },
    {
        "id": "RZ020",
        "description": "Ndvr 20Hrs",
        "startDate": "2020-05-14T10:12:00.230Z",
        "@type": "Product",
        "billingAccount": {
            "id": "8211990010047082"
        },
        "productCharacteristic": [
            {
                "name": "Provisionable",
                "value": "N"
            },
            {
                "name": "ItemType",
                "value": "S"
            },
            {
                "name": "ItemSubType",
                "value": "02"
            },
            {
                "name": "BillingStartDate",
                "value": "2022-09-05T00-00-00Z"
            },
            {
                "name": "Quantity",
                "value": "00001"
            },
            {
                "name": "LineOfBusiness",
                "value": "C"
            },
            {
                "name": "TypeClassification",
                "value": "S"
            }
        ],
        "productPrice": [
            {
                "priceType": "R",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0.00
                    },
                    "@type": "BillingCharge"
                }
            }
        ],
        "realizingService": [
            {
                "id": "000008",
                "@type": "ServiceRef"
            }
        ],
        "place": [
            {
                "id": "00918424400656",
                "@type": "LocationRef"
            }
        ],
        "productOrderItem": [
            {
                "productOrderId": "1200043219331010"
            }
        ],
        "relatedParty": [
            {
                "id": "1901504722008",
                "@type": "CustomerRef"
            }
        ]
    },
    {
        "id": "ZMPBI",
        "description": "Paper Billin",
        "startDate": "2020-05-14T10:12:00.230Z",
        "@type": "Product",
        "billingAccount": {
            "id": "8211990010047082"
        },
        "productCharacteristic": [
            {
                "name": "Provisionable",
                "value": "N"
            },
            {
                "name": "ItemType",
                "value": "S"
            },
            {
                "name": "ItemSubType",
                "value": "04"
            },
            {
                "name": "BillingStartDate",
                "value": "2022-09-05T00-00-00Z"
            },
            {
                "name": "Quantity",
                "value": "00001"
            },
            {
                "name": "LineOfBusiness",
                "value": "N"
            },
            {
                "name": "TypeClassification",
                "value": "S"
            }
        ],
        "productPrice": [
            {
                "priceType": "R",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 3.00
                    },
                    "@type": "BillingCharge"
                }
            }
        ],
        "realizingService": [
            {
                "id": "000009",
                "@type": "ServiceRef"
            }
        ],
        "place": [
            {
                "id": "00918424400656",
                "@type": "LocationRef"
            }
        ],
        "productOrderItem": [
            {
                "productOrderId": "1200043219331010"
            }
        ],
        "relatedParty": [
            {
                "id": "1901504722008",
                "@type": "CustomerRef"
            }
        ]
    }
]
CSG Definitions

Each of the request parameters is detailed.

nametypedescriptionrequired
idstringExternal ID of the subscription.N
namestringDescriptive name of subscription.N
descriptionstringIs the description of the response. Hard coded as static in Mule API.N
startDatedateTimeIs the date from which the product starts.N
statusstringStatus of the subscription.Example: - created - pendingActive - cancelled - active - pendingTerminate - terminated -suspended - abortedN
@typestringThe actual type of an response, @type as SubscriptionN
billingAccountobjectA BillingAccountRef. BillingAccount reference. A BillingAccount is a detailed description of a bill structure.N
billingAccount.idstringUnique identifier.N
productCharacteristicarrayDescribes a given characteristic of an object or entity through a name/value pair. Note - Please refer Customer Characteristic/#_Customer_Characteristic) below for more detailsN
productCharacteristic.namestringName of the characteristicN
productCharacteristic.valueanyThe value of the characteristicN
productPricearrayDescription of price and discount awarded.N
productPrice.priceTypestringA category that describes the price such as recurring, one time and usage.N
productPrice.pricestringProvides all amounts (tax included, duty free, tax rate), used currency and percentage to apply for Price and Price Alteration.N
productPrice.price.dutyFreeAmountstringA base / value business entity used to represent money.N
productPrice.price.'@type'string'When sub-classing, this defines the sub-class entity name'N
realizingServicearrayService reference, for when Service is used by other entities.N
realizingService.idstringUnique identifier.N
realizingService.'@type'stringWhen sub-classing, this defines the sub-class Extensible name.N
placearrayEntity for placeN
place.idstringUnique identifier.N
place.'@type'stringWhen sub-classing, this defines the sub-class Extensible name.N
productOrderItemarrayN
productOrderItem.productOrderIdstringUnique identifier for this orderN
relatedPartyarray
relatedParty.idstringSubscription User unique Id at MatrixxN
relatedParty.@typestringReference of subscription userN
productRelationshiparrayN
productRelationship.relationshipTypestringName of the relationshipType as "Parent"N
productRelationship.productobjectN
productRelationship.product.idstringIf this purchased offer was purchased as part of a bundle, this field holds the resource ID of the bundle. Otherwise the value is zero (null).N
productRelationship.product.namestringName of the product. It could be the same as the name of the product offering.N
productRelationship.product.isBundlebooleanIf true, the product is a ProductBundle which is an instantiation of a BundledProductOffering. If false, the product is a ProductComponent which is an instantiation of a SimpleProductOffering.N
productRelationship.product.'@type'stringIf this purchased offer was purchased as part of a bundle, this field holds the resource ID of the bundle. Otherwise the value is zero (null).N
Possible Error Scenarios: :
IF WE ARE PASSING INVALID (publicIdentifier) IN QUERYPARAMS
{
    "errors": [
        {
            "code": 400,
            "message": "MATRIXX:PRODUCTINVENTORY_REPORT",
            "description": "11 | Subscriber not found (AccessNumber=8919414206)"
        }
    ]
}
IF WE ARE PASSING INVALID (publicIdentifierType) IN QUERYPARAMS
{
    "errors": [
        {
            "code": 400,
            "message": "VALIDATION:MISMATCH",
            "description": "PublicIdentifierType is not valid. Expected values are : SubscriptionId | MSISDN"
        }
    ]
}
IF WE ARE PASSING INVALID CHANNELID
{
    "errors": [
        {
            "code": 501,
            "message": "LLA:NOT_IMPLEMENTED",
            "description": "There is no Implementation available for this BU"
        }
    ]
}
IF WE ARE PASSING INVALID SECURITY HEADERS
{
    "error": "Invalid Client"
}

Reviews